gtkwindow: Use event target widget for WM handling special paths
authorCarlos Garnacho <carlosg@gnome.org>
Fri, 3 Nov 2017 21:13:39 +0000 (22:13 +0100)
committerCarlos Garnacho <carlosg@gnome.org>
Fri, 3 Nov 2017 21:19:13 +0000 (22:19 +0100)
commitb8d3f88ddbbcf125ff18d72576e743b2762a985a
tree2407b114dce554adb78f5d5b9f54aebeb300b2d1
parent23014438d617a89e12b26a4fad4f0cff296175eb
gtkwindow: Use event target widget for WM handling special paths

The check used to achieve discarding events not meant for the window
widget itself (because they are handled in the regular paths). Using
the target widget is the equivalent now.
gtk/gtkwindow.c